home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / clib / colorwheel_protos.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  671b  |  27 lines

  1. #ifndef  CLIB_COLORWHEEL_PROTOS_H
  2. #define  CLIB_COLORWHEEL_PROTOS_H
  3.  
  4. /*
  5. **    $VER: colorwheel_protos.h 39.1 (21.7.92)
  6. **    Includes Release 40.15
  7. **
  8. **    C prototypes. For use with 32 bit integers only.
  9. **
  10. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17. #ifndef  GADGETS_COLORWHEEL_H
  18. #include <gadgets/colorwheel.h>
  19. #endif
  20. /*--- functions in V39 or higher (Release 3) ---*/
  21.  
  22. /* Public entries */
  23.  
  24. void ConvertHSBToRGB( struct ColorWheelHSB *hsb, struct ColorWheelRGB *rgb );
  25. void ConvertRGBToHSB( struct ColorWheelRGB *rgb, struct ColorWheelHSB *hsb );
  26. #endif     /* CLIB_COLORWHEEL_PROTOS_H */
  27.